Can I define a function that takes a float and returns a vector? Something like this: function Get_Vec {<x^2,x^3,x^4>} Get_Vec (2) ------> <4,8,16> Do I have to use a macro to accomplish this? -Shay
Post a reply to this message